home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0823 / DISK0823.ZIP / FILES823.TXT next >
Text File  |  1987-09-21  |  3KB  |  58 lines

  1. Disk No  823
  2. Program Title: INTERACTIVE MATRIX CALCULATOR, INTERACTIVE REGRESSION ver 2
  3. PC-SIG version 1
  4.  
  5.     MATRIX CALCULATOR operates on 20 matrix areas, numbered from 1 through
  6. 20. Each matrix may store 150 elements, the product of the number of rows
  7. with the number of columns. Since the matrices are stored in contiguous
  8. blocks, if only every other matrix, say numbers 1,3,5, etc., are used, then
  9. up to 300 elements per matrix may be stored. Storage of 450 elements per
  10. matrix is possible if only areas 1,4,7, etc. are used, 600 elements if only
  11. 1,5, etc. are used, and so on. Since the program makes no boundary checks,
  12. the 151st element of a matrix will be placed into the first position of the
  13. next matrix. Only one operation at a time is performed; i.e., only one
  14. multiplication, one addition, etc. Results may be displayed at any time
  15. using the Print command. The storage limit of 20 matrices may be extended
  16. by using the disk for additional storage and retrieval.
  17.  
  18.     The idea of INTERACTIVE REGRESSION is that the researcher knows his
  19. data best. Rather than provide canned variable selection routines, the
  20. researcher is prompted for the next step each time the model changes due to
  21. the addition or deletion of a variable. At any particular step, variables
  22. that are in the equation may be deleted, or variables which are not in the
  23. equation may be added. No provision is made for residual analysis since no
  24. data is stored. This is a serious limitation of the program in terms of
  25. modern regression analysis procedures. The program is invoked by giving the
  26. command STEPREG and then reading the opening screen which follows. An
  27. annotated example of the interactive analysis of the Hald data is then
  28. presented. Explanatory notes are set apart by "******" borders.
  29.  
  30. Usage: Statistical Analysis
  31.  
  32. System Requirements: 128K of memory and one floppy drive.
  33.  
  34. How to Start: Type MATRIX (press enter). We suggest that you read the
  35. documentation before running any program. In order to read the
  36. documentation type: COPY *.DOC PRN (press enter).
  37.  
  38. Suggested Registration: $25.00
  39.  
  40. File Descriptions:
  41.  
  42. HALD     DAT  Hald data file for stepwise regression.
  43. LONGLEY  DAT  Longley data file for stepwise regression.
  44. MATRIX   DOC  Documentation for interactive matrix calculator.
  45. MATRIX   EXE  Compiled version of interactive matrix calculator.
  46. READ     ME   Introduction file.
  47. STEPREG  DOC  Documentation for stepwise interactive regression program.
  48. STEPREG  EXE  Compiled version of stepwise interactive regression program.
  49. WAMPLER  DAT  Wampler data file for stepwise regression.
  50. HALD     MTW  Hald data as a saved matrix worksheet.
  51.  
  52. PC-SIG
  53. 1030D E Duane Avenue
  54. Sunnyvale Ca. 94086
  55. (408) 730-9291
  56. (c) Copyright 1987 PC-SIG Inc.
  57.  
  58.